projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f19456
)
testfilechooser: Say Save
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2015 11:12:35 +0000
(07:12 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2015 11:12:35 +0000
(07:12 -0400)
Thats a more typical affirmative action in save mode.
tests/testfilechooser.c
patch
|
blob
|
history
diff --git
a/tests/testfilechooser.c
b/tests/testfilechooser.c
index 7aeb6e364961eefe9539bea364419a26ea965ea2..6d31224226132c8056ca2dd8d4d85c0080eeeb8c 100644
(file)
--- a/
tests/testfilechooser.c
+++ b/
tests/testfilechooser.c
@@
-599,7
+599,7
@@
main (int argc, char **argv)
gtk_window_set_title (GTK_WINDOW (dialog), "Save a file");
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
_("_Cancel"), GTK_RESPONSE_CANCEL,
- _("_
Open
"), GTK_RESPONSE_OK,
+ _("_
Save
"), GTK_RESPONSE_OK,
NULL);
break;
}